| C1.UWP.Document Assembly > C1.Xaml.Document Namespace > AsyncExt Class > WaitResult Method : WaitResult<TResult,TProgress>(IAsyncOperationWithProgress<TResult,TProgress>) Method |
'Declaration
Public Overloads Shared Function WaitResult
(Of TResult,TProgress)( _
ByVal asyncOperation As Windows.Foundation.IAsyncOperationWithProgress(Of TResult,TProgress) _
) As TResult
public static TResult WaitResult<TResult,TProgress>( Windows.Foundation.IAsyncOperationWithProgress<TResult,TProgress> asyncOperation )